# External output translators config file # # If you'd like to setup Ez3d to invoke an external translator, add a new line with the # following keywords: # "Format description" "File extension" "Info file" "Executable location" "arguments" # # Arguments can have $INPUTFILE and $OUTPUTFILE "VRML" "wrl" VRML.info IvToVRML.exe -o $OUTPUTFILE $INPUTFILE "Ez3d Inventor" "eiv" Ez3dInventor.info " " "OpenInventor" "iv" OpenInventor.info " " "Autodesk" "dxf" Autodesk.info EivToDxf.exe -o $OUTPUTFILE $INPUTFILE "3DStudio" "3ds" 3DStudio.info IvTo3ds.exe $INPUTFILE $OUTPUTFILE "Wavefront" "obj" Wavefront.info EivToObj.exe -o $OUTPUTFILE $INPUTFILE